projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d36fab
)
GtkSearchBar: fix the template
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Apr 2014 01:46:38 +0000
(21:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Apr 2014 01:46:38 +0000
(21:46 -0400)
There was a mismatch between GtkSearchBar being derived from GtkBin
and the template claiming the parent to be GtkBox.
gtk/resources/ui/gtksearchbar.ui
patch
|
blob
|
history
diff --git
a/gtk/resources/ui/gtksearchbar.ui
b/gtk/resources/ui/gtksearchbar.ui
index 57ec27fea97786805b4e8cf33676d14ca75c2ae0..93e7706a8e53abc2eb2fd60203146b60e454fda7 100644
(file)
--- a/
gtk/resources/ui/gtksearchbar.ui
+++ b/
gtk/resources/ui/gtksearchbar.ui
@@
-1,7
+1,7
@@
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
<!-- interface-requires gtk+ 3.10 -->
- <template class="GtkSearchBar" parent="GtkB
ox
">
+ <template class="GtkSearchBar" parent="GtkB
in
">
<property name="app_paintable">True</property>
<property name="can_focus">False</property>
<child>